home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Programmer Disk
/
The Programmer Disk (Microforum).iso
/
xpro
/
c
/
pro16
/
loadms6.bat
< prev
next >
Wrap
DOS Batch File
|
1990-05-14
|
192b
|
7 lines
rem This is an example, you do not have run this batch file to
rem use the demo program (bossdemo).
rem
pause
rem cl /AS /DMSCV6=1 bossdemo.c /l swin.lib;
link bossdemo,bossdemo,,swin;